home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / techplt1 / tpplot4.hlp < prev    next >
Text File  |  1992-09-20  |  4KB  |  179 lines

  1. ** File: TPPlot4.hlp
  2. ** Index: 34
  3.  
  4. ** Plot View's Font Menu commands
  5.  
  6.  
  7. █  Font menu
  8.  
  9.     TechPlot provides 9 scalable vector
  10. fonts:
  11.  
  12.         bold
  13.  
  14.         complex
  15.  
  16.         gothic
  17.  
  18.         italic
  19.  
  20.         roman
  21.  
  22.         script
  23.  
  24.         sanserif
  25.  
  26.         simplex
  27.  
  28.         symbol
  29.  
  30.  
  31. █  PostScript printer fonts:
  32.  
  33.     When save or print graphs, if you have
  34. selected "Use printer font" option in the
  35. Select Printing Mode dialog box, TechPlot
  36. will use printer fonts.  The following
  37. table shows the assignment of TechPlot's
  38. fonts to PostScript fonts.
  39.  
  40.     TechPlot Font    PostScript Font
  41.  
  42.        Bold         Helvetica+Italic
  43.  
  44.        Complex      Roman
  45.  
  46.        Gothic       Bookman
  47.  
  48.        Italic       Roman+Italic
  49.  
  50.        Roman        Palatino
  51.  
  52.        Script       ITC Zapf Chancery-
  53.                       Medium Italic
  54.  
  55.        Sanserif     Helvetica
  56.  
  57.        Simplex      Courier
  58.  
  59.        Symbol       Symbol
  60.  
  61.     When any of the TechPlot's font is set
  62. with Thick Line option, it will become the
  63. corresponding PostScript font with bold
  64. option.  For example,
  65.  
  66.     Complex + Thick Line = Roman + Bold.
  67.  
  68.  
  69. █  LaserJet printer fonts:
  70.  
  71.     For LaserJet II series, there is only
  72. one font assignment to printer font.  The
  73. TechPlot's Simplex font is assigned to
  74. LaserJet II's Courier font.
  75.  
  76.     For LaserJet III series, there are five
  77. fonts assigned with TechPlot's vector fonts.  
  78. Tip:  For better quality graphics output on
  79. LaserJet printers,
  80.  
  81.   1) try to use printer fonts as possible;
  82.  
  83.   2) turn on the Thick Line option for
  84.     TechPlot's vector fonts.
  85.  
  86.     The following table shows the
  87. assignment of TechPlot's fonts to
  88. LaserJet III fonts.
  89.  
  90.     TechPlot Font       LaserJet III Font
  91.  
  92.       Sanserif         Helvetica
  93.  
  94.       Bold             Helvetica + Italic
  95.  
  96.       Roman            Time Roman
  97.  
  98.       Italic           Time Roman + Italic
  99.  
  100.       Simplex          Courier
  101.  
  102.     For Complex, Gothic, Script, and Symbol
  103. fonts, the original TechPlot's vector fonts
  104. are used.
  105.  
  106.  
  107. █  Add text object
  108.  
  109.     To add a text object, perform the
  110. following steps:
  111.  
  112.   ■ Move the mouse (or emulated mouse) to
  113.     the text tool in the tool box and click
  114.     the mouse button.
  115.  
  116.   ■ Move the mouse to the client area and
  117.     position it at the starting position of
  118.     the place where you want the object to
  119.     be drawn.
  120.  
  121.   ■ Press the mouse button and drag to an
  122.     ending position then release.  The Text
  123.     Format dialog box will be displayed.
  124.     In this dialog box, you can type in the
  125.     text string, choose a font, set the
  126.     color, and change text dimension.
  127.  
  128.     When you finish these steps, a new
  129. object will appear on your screen in the
  130. current active color (as shown in the color
  131. palette).  This object can be independently
  132. moved, resized, deleted, etc.
  133.  
  134.  
  135. █  Creating an equation text string
  136.  
  137.     TechPlot provides a simple equation
  138. editor that can be used in combination
  139. with text annotations of simple math
  140. equations.  Use the '\' (slash) character
  141. as the control character.  The following
  142. list is the available control characters
  143. for equation editor.
  144.  
  145.      'u' 'U'    move text up one unit
  146.  
  147.      'd' 'D'  move text down one unit
  148.  
  149.      'f' 'F'  move text forward one unit
  150.  
  151.      'b' 'B'  move text backward one unit
  152.  
  153.      'l' 'L'  enlarge font size by one unit
  154.  
  155.      's' 'S'  shrink font size by one unit
  156.  
  157.      'o' 'O'  change font to Bold
  158.  
  159.      'g' 'G'  change font to Gothic
  160.  
  161.      'r' 'R'  change font to Roman
  162.  
  163.      'i' 'I'  change font to Italic
  164.  
  165.      'c' 'C'  change font to Script
  166.  
  167.      'n' 'N'  change font to Sanserif
  168.  
  169.      'x' 'X'  change font to Simplex
  170.  
  171.      'y' 'Y'  change font to Symbol
  172.  
  173.      'm' 'M'  change font to Complex
  174.  
  175.     For example, in order to create the
  176. equation y=k*e^-c*(x-m)^2, you type
  177. y=k*e\u\s-c*(x-m)\u\s2.
  178.  
  179.